home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TSETUPCREDMSG31 / TSETUPCREDMSG31.txt
Text File  |  2000-07-30  |  3KB  |  117 lines

  1. object SetupCredMsg31: TSetupCredMsg31
  2.   Left = 222
  3.   Top = 193
  4.   Width = 551
  5.   Height = 275
  6.   Caption = 'Create Creditbox Message'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 206
  21.     Top = 9
  22.     Width = 217
  23.     Height = 185
  24.   end
  25.   object Label1: TLabel
  26.     Left = 209
  27.     Top = 201
  28.     Width = 20
  29.     Height = 13
  30.     Caption = 'Fast'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 398
  34.     Top = 201
  35.     Width = 23
  36.     Height = 13
  37.     Caption = 'Slow'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 295
  41.     Top = 200
  42.     Width = 49
  43.     Height = 13
  44.     Caption = 'Speed = 5'
  45.   end
  46.   object Memo1: TMemo
  47.     Left = 11
  48.     Top = 10
  49.     Width = 188
  50.     Height = 182
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     ScrollBars = ssBoth
  58.     TabOrder = 0
  59.     OnChange = Memo1Change
  60.   end
  61.   object BitBtn2: TBitBtn
  62.     Left = 440
  63.     Top = 7
  64.     Width = 89
  65.     Height = 33
  66.     Caption = 'Font'
  67.     TabOrder = 1
  68.     OnClick = BitBtn2Click
  69.     Glyph.Data = {
  70.       76010000424D7601000000000000760000002800000020000000100000000100
  71.       0400000000000001000000000000000000001000000010000000000000000000
  72.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  74.       3333333333333333333333333333333333333FF3FFFFFFF33FFF003000000033
  75.       0000773777777733777703330033033330037FFF77F37F33377F700007330333
  76.       3003777777337FFFF77F303003337000007337F77F3377777773303073333033
  77.       003337F77F3337F377F337007333303300333777733337FF77F3330033333703
  78.       07333377F333377F7733330733333300033333773FF3F3777F33333399393300
  79.       033333337737FF777F333333339993307333333333777FF77333333333999930
  80.       3333333333777737333333333333333333333333333333333333333333333333
  81.       3333333333333333333333333333333333333333333333333333}
  82.     NumGlyphs = 2
  83.     Style = bsNew
  84.   end
  85.   object SpeedScrollBar: TScrollBar
  86.     Left = 210
  87.     Top = 216
  88.     Width = 213
  89.     Height = 17
  90.     Max = 10
  91.     PageSize = 0
  92.     Position = 5
  93.     TabOrder = 2
  94.     OnChange = SpeedScrollBarChange
  95.   end
  96.   object BitBtn1: TBitBtn
  97.     Left = 440
  98.     Top = 99
  99.     Width = 89
  100.     Height = 33
  101.     TabOrder = 3
  102.     OnClick = BitBtn1Click
  103.     Kind = bkCancel
  104.     Style = bsNew
  105.   end
  106.   object BitBtn3: TBitBtn
  107.     Left = 440
  108.     Top = 201
  109.     Width = 89
  110.     Height = 33
  111.     TabOrder = 4
  112.     OnClick = BitBtn3Click
  113.     Kind = bkOK
  114.     Style = bsNew
  115.   end
  116. end
  117.